home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00012_Script_12
< prev
next >
Wrap
Text File
|
2001-12-07
|
754b
|
35 lines
property mysprite
global area, goback
on beginsprite me
set mysprite to the spritenum of me
set the blend of sprite mysprite = 0
end if
on exitframe me
if area = 1 then
set the member of sprite mysprite to "Area1"
go to frame "construct"
else if area = 2 then
set the member of sprite mysprite to "Area2"
set the blend of sprite mysprite = 100
go to frame "robattle"
set the blend of sprite mysprite = 100
else if area = 3 then
go to frame "fighter"
else if area = 4 then
go to frame "fun"
else if area = 5 then
set the member of sprite mysprite to "Area5"
go to frame "video"
else
set the blend of sprite mysprite = 0
go to frame 1
end if
if goback = 1 then
set the blend of sprite mysprite = 0
end if
end